home *** CD-ROM | disk | FTP | other *** search
- object frmEditor: TfrmEditor
- Left = 77
- Top = 60
- BorderStyle = bsDialog
- Caption = 'Tips Editor'
- ClientHeight = 338
- ClientWidth = 449
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object SrcLabel: TLabel
- Left = 8
- Top = 8
- Width = 145
- Height = 16
- AutoSize = False
- Caption = 'Tips to &show'
- FocusControl = SrcList
- end
- object DstLabel: TLabel
- Left = 8
- Top = 192
- Width = 145
- Height = 16
- AutoSize = False
- Caption = 'Tips to &hide'
- FocusControl = DstList
- end
- object IncludeBtn: TSpeedButton
- Left = 8
- Top = 160
- Width = 24
- Height = 24
- Hint = 'Hide selected tip'
- Caption = '>'
- ParentShowHint = False
- ShowHint = True
- OnClick = IncludeBtnClick
- end
- object IncAllBtn: TSpeedButton
- Left = 32
- Top = 160
- Width = 24
- Height = 24
- Hint = 'Hide all tips'
- Caption = '>>'
- ParentShowHint = False
- ShowHint = True
- OnClick = IncAllBtnClick
- end
- object ExcludeBtn: TSpeedButton
- Left = 56
- Top = 160
- Width = 24
- Height = 24
- Hint = 'Show selected tip'
- Caption = '<'
- Enabled = False
- ParentShowHint = False
- ShowHint = True
- OnClick = ExcludeBtnClick
- end
- object ExAllBtn: TSpeedButton
- Left = 80
- Top = 160
- Width = 24
- Height = 24
- Hint = 'Show all tips'
- Caption = '<<'
- Enabled = False
- ParentShowHint = False
- ShowHint = True
- OnClick = ExcAllBtnClick
- end
- object DelItem: TSpeedButton
- Left = 104
- Top = 160
- Width = 25
- Height = 24
- Hint = 'Delete selected tip'
- Caption = 'X'
- ParentShowHint = False
- ShowHint = True
- OnClick = DelItemClick
- end
- object SrcList: TBitListBox
- Left = 8
- Top = 24
- Width = 433
- Height = 120
- Color = 14614527
- DragMode = dmAutomatic
- IntegralHeight = True
- ItemHeight = 16
- Style = lbOwnerDrawVariable
- TabOrder = 0
- OnDragDrop = SrcListDragDrop
- OnDragOver = SrcListDragOver
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000120B0000120B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333303333
- 333333333337FF3333333333330003333333333333777F333333333333080333
- 3333333F33777FF33F3333B33B000B33B3333373F777773F7333333BBB0B0BBB
- 33333337737F7F77F333333BBB0F0BBB33333337337373F73F3333BBB0F7F0BB
- B333337F3737F73F7F3333BB0FB7BF0BB3333F737F37F37F73FFBBBB0BF7FB0B
- BBB3773F7F37337F377333BB0FBFBF0BB333337F73F333737F3333BBB0FBF0BB
- B3333373F73FF7337333333BBB000BBB33333337FF777337F333333BBBBBBBBB
- 3333333773FF3F773F3333B33BBBBB33B33333733773773373333333333B3333
- 333333333337F33333333333333B333333333333333733333333}
- end
- object DstList: TBitListBox
- Left = 8
- Top = 208
- Width = 433
- Height = 120
- Color = 14614527
- DragMode = dmAutomatic
- ItemHeight = 16
- Style = lbOwnerDrawFixed
- TabOrder = 1
- OnDragDrop = DstListDragDrop
- OnDragOver = DstListDragOver
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000120B0000120B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333303333
- 333333333337FF3333333333330003333333333333777F333333333333080333
- 3333333333777F3333333333330003333333333333777F3333333333330F0333
- 33333333337F7F3333333333330F033333333333337373F33333333330F7F033
- 333333333737F73F333333330FF7FF03333333337F37F37F333333330FF7FF03
- 333333337F37337F333333330FFFFF033333333373F333733333333330FFF033
- 33333333373FF733333333333300033333333333337773333333333333333333
- 3333333333333333333333333333333333333333333333333333333333333333
- 3333333333333333333333333333333333333333333333333333}
- end
- object AddBtn: TButton
- Left = 208
- Top = 160
- Width = 75
- Height = 25
- Caption = '&Add'
- TabOrder = 2
- OnClick = AddBtnClick
- end
- object OkBtn: TButton
- Left = 288
- Top = 160
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- OnClick = OkBtnClick
- end
- object CancelBtn: TButton
- Left = 368
- Top = 160
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 4
- OnClick = CancelBtnClick
- end
- end
-